Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add readme for how to run k6 tests locally #36

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Conversation

aryascripts
Copy link
Collaborator

Why

I always forget how to do this after getting back to this repo after a while, so I just documented this while I was doing it for the first time again.

@rperryng rperryng changed the title fix: add readme for how to run k6 tests locally docs: add readme for how to run k6 tests locally Oct 28, 2024
@rperryng rperryng merged commit 3520223 into master Oct 28, 2024
5 checks passed
@rperryng rperryng deleted the k6-tests-readme branch October 28, 2024 15:35
Start the ruby server with HIVE_ENABLED=true
```bash
cd graphql-api
HIVE_ENABLED=true bundle exec puma -t 0:1 -p 9291
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
HIVE_ENABLED=true bundle exec puma -t 0:1 -p 9291
HIVE_ENABLED=true bundle exec puma -t 0:1 -p 9292

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants